home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols beta10:1.1;
- locks death:1.2;
- comment @# @;
-
-
- 1.2
- date 93.04.04.23.45.50; author death; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 93.01.10.15.09.11; author death; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @Sun Apr 4 23:45:50 PDT 1993
- @
- text
- @#! /bin/csh
-
- foreach myfile ( \
- AbstractConverter.h \
- AbstractConverter.m \
- \
- Convert.msg \
- \
- ConvertController.h \
- ConvertController.m \
- \
- File.h \
- File.m \
- File.rtf \
- \
- MacToNeXTText.h \
- MacToNeXTText.m \
- MacToNeXTText.rtf \
- \
- NeXTToMacText.h \
- NeXTToMacText.m \
- NeXTToMacText.rtf \
- \
- PSFile.h \
- PSFile.m \
- PSFile.rtf \
- \
- ProgressInd.psw \
- ProgressIndicator.h \
- ProgressIndicator.m \
- \
- ResultObject.h \
- ResultObject.m \
- ResultObject.rtf \
- \
- TextConverter.h \
- TextConverter.m \
- TextConverter.rtf \
- \
- TextFile.h \
- TextFile.m \
- \
- common.c \
- common.h \
- \
- testMac2NeXT.m \
- testNeXT2Mac.m \
- testText.README \
- testText.makefile \
- \
- getout \
- check_all \
- checkin \
- checkout \
- )
- echo " Checking in $myfile"
- ci -l -f -m"`date`" "$myfile"
- end
-
- wait
-
- @
-
-
- 1.1
- log
- @Sun Jan 10 15:09:11 PST 1993
- @
- text
- @d57 1
- a57 1
- ci -l -f -nbeta10 -m"`date`" "$myfile"
- @
-